home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / nyword22.zip / EPSON.PRT < prev    next >
Text File  |  1987-05-15  |  2KB  |  41 lines

  1. is=\E7\E2                         printer initialization string
  2. es=\E7\E2                         printer exit string
  3. bs=\EE                            boldfacing start
  4. be=\EF                            boldfacing end
  5. ds=\EG                            doublestrike start
  6. de=\EH                            doublestrike end
  7. ss=\ES\1                          subscripting start
  8. se=\ET                            subscripting end
  9. Ss=\ES\Z                         superscripting start
  10. Se=\ET                            superscripting end
  11. us=\E-\1                          underlining start
  12. ue=\E-\Z                         underlining end
  13. cC=\015                           condensed char spacing (> 12 cpi)
  14. L6=\E2                            6 lines per inch
  15. L8=\E0                            8 lines per inch
  16. Fa=\E6                            font a
  17. Fb=\E4                            font b - italics on
  18. Fc=\E5                            font c - italics off
  19.  
  20. Important - there must be at least one blank line after the code segment.
  21. Comments follow afterwords.
  22.  
  23. 1) If your printer does not have a code corresponding to any of the
  24.    above actions, please delete that line
  25. 2) In addition to regular characters in the control string, you can have :
  26.       \E   escape character (decimal 27)
  27.       \xxx where xxx are 3 decimal digits  - this will send the decimal
  28.                                   code to the printer
  29.       \\   a backslash will get sent to the printer
  30.       ^A   control A (decimal 1)
  31.       ^B-^Z  decimal 2 to 26
  32.       ^@, ^[, ^\, ^], ^^, ^_    decimal 0, 27, 28, 29, 30, 31
  33.  
  34.    For example, the control string \E1G^F\237 would send to the printer
  35.    decimal 27, decimal 49 ('1'), decimal 71 ('G'), decimal 6, and decimal 237
  36.  
  37. 3) You can have fonts Fa thru Fz. This is particularly good for the HP
  38.    Laserjet.
  39.  
  40. 4) Fonts A-K are for the line-drawing characters - see user's manual
  41.